Welcome![Sign In][Sign Up]
Location:
Search - Matrix transpose

Search list

[Mathimatics-Numerical algorithmsmetrix3

Description: 完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Complete matrix of input and output. With the same number of rows and rows of the matrix between the adder, subtraction. In line with the requirements of the rules of matrix multiplication between matrix multiplication. Between square division, the inverse square. Matrix transpose matrix functions
Platform: | Size: 74752 | Author: | Hits:

[Mathimatics-Numerical algorithms稀疏矩阵计算器

Description: 用三元组表示稀疏矩阵,可以转置 加法,减法,乘法,求逆。- With three Yuan groups expressed the sparse matrix, may transpose the addition, the subtraction, the multiplication, asks to go against.
Platform: | Size: 209920 | Author: 小康 | Hits:

[Mathimatics-Numerical algorithmsMatrixTranspose

Description: 矩阵转置与矩阵输出-matrix transpose and matrix output
Platform: | Size: 1024 | Author: 王凯 | Hits:

[CSharp矩阵转置

Description: C语言数据结构作业矩阵转置矩阵是很多科学与工程计算问题中研究的数学对象,在此我们感兴趣的不是矩阵本身,而是矩阵的元,从而使矩阵的各种预算有效的进行-C language data structure matrix transpose operation matrix of many scientific and engineering computing problems in mathematics research targets, we are interested in this is not the matrix itself, but the yuan matrix, thus enabling the various matrix budget for the effective
Platform: | Size: 1024 | Author: 郑伟雄 | Hits:

[Data structsjuzhenzhuanzhi

Description: 一个实现矩阵转置的C和C++源代码,自己以前学数据结构时做的-achieve a matrix transpose the C and C++ source code, his past data structure to do
Platform: | Size: 1024 | Author: 乐乐 | Hits:

[Windows DevelopArrayMatrix

Description: 矩阵类 矩阵基本运算,伴随矩阵,行列式,转置矩阵-Matrix basic operations, accompanied matrix determinant, matrix transpose, etc.
Platform: | Size: 4096 | Author: 章杰 | Hits:

[Data structsMatrix

Description: 1. 创建一个十字矩阵 2. 进行十字矩阵的相加 3. 进行十字矩阵的相乘 4. 进行十字矩阵的转置操作 -1. To create a cross matrix 2. For the sum of cross matrix 3. To carry out cross matrix multiply 4. To carry out cross matrix transpose operation
Platform: | Size: 7168 | Author: kobe | Hits:

[Data structsjz

Description: 矩阵的转置。将一个稀疏矩阵压缩存贮到一个三元组数组中,转置存放到三元组数组中。-Matrix transpose. A compressed sparse matrix storage to a triple array, transpose them onto an array of triples.
Platform: | Size: 154624 | Author: 刘慧 | Hits:

[MPItranspose

Description: 矩阵转置并行算法实现,C语言开发,用mpi编程完成-Matrix transpose parallel algorithm, C language development, with the completion of mpi programming
Platform: | Size: 2048 | Author: kmart | Hits:

[MPItranspose

Description: cuda平台开发的矩阵变换并行操作(Matrix transpose),属于cuda sdk中的内容-Small Matrix transpose with Cuda (Example for a 16x16 matrix)
Platform: | Size: 9216 | Author: 陈思远 | Hits:

[Algorithmmatrix

Description: 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program matrix.h matrices based on TCL Matrix, an increase of some use of computing functions. By looking specifically at source. Functional Analysis: This program can complete the matrix of input and output. With the same number of rows and columns between the matrix addition, subtraction, multiplication, division, inverse, seeking cofactor, seeking adjoint matrix, determinant of the value of demand, demand conditions, the number of such operations. Comply with rules require matrix multiplication between the matrix multiplication. Matrix between the division, the inverse square. Demand matrix transpose matrix functions. File TCL Matrix matrix class. Pdf introduced its detailed use.
Platform: | Size: 376832 | Author: | Hits:

[Windows DevelopMatrix

Description: It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already have a prototype. Inverse function is also in the pipeline. Operators have been overloaded for the most common type of operators like +, -. * etc.-It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already have a prototype. Inverse function is also in the pipeline. Operators have been overloaded for the most common type of operators like+,-.* etc.
Platform: | Size: 4096 | Author: Hancy Samurai | Hits:

[AlgorithmMatrix

Description: Matrix (TRANSPOSE , INVERSE , MATRIX INVERSION USING GAUSS-JORDAN REDUCTION AND Calculates the multiplication of two matrix A and B such that C=AB.
Platform: | Size: 2048 | Author: hussam | Hits:

[MPITranspose

Description: 矩阵转置的GPU实现,一个简单的GPU例子。希望对cuda初学者有用。-Matrix transpose of the GPU implementation, a simple GPU example. Hope cuda be useful for beginners.
Platform: | Size: 2048 | Author: 孙子龙 | Hits:

[AlgorithmMatrix-transpose

Description: 对矩阵进行转置 用二维数组进行转置 C-Matrix transpose
Platform: | Size: 891904 | Author: luyu | Hits:

[MPItranspose

Description: 矩阵转置,使用棋盘划分将矩阵通过划分为不同的小块,使用MPI讲其并行求小块的转置。-Matrix transpose, the matrix by using the board is divided into different small pieces, about its use of MPI parallel transpose small demand.
Platform: | Size: 2048 | Author: xiangming | Hits:

[Software Engineeringmatrix-transpose-operation

Description: 稀疏矩阵的三元组存储及其转置运算。使用三元组存储以下稀疏矩阵,并使用3种转置算法进行转置。转置方法1:直接交换行列,再排序。 转置方法2:执行n次扫描。 转置方法3:快速转置。-Triple store sparse matrix transpose operation.Using a sparse matrix, the following triple store and use three kinds of the permutation algorithm to transpose.The transpose method: direct exchange ranks reordering. Transpose Method 2: Perform n scans. Transpose 3: Fast transpose.
Platform: | Size: 1024 | Author: 高伟 | Hits:

[source in ebookSparse-matrix-transpose-and-additive

Description: 通过构造三元组,得到矩阵的三元组,实现对稀疏矩阵的转置和加法运算-By constructing three tuple, get three tuple matrix, the sparse matrix transpose and addition operations
Platform: | Size: 3072 | Author: mingluchang | Hits:

[OtherMatrix-transpose

Description: 实现矩阵转置的功能,C语言版本,即行列互相交换。-Realization of the matrix transpose function, C language version, that the ranks of the exchange.
Platform: | Size: 5120 | Author: | Hits:

[ELanguageMatrix-transpose

Description: This code will perform matrix transpose
Platform: | Size: 349184 | Author: phani kumar | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net